projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a311d2
)
* test/lisp/emacs-lisp/package-tests.el
author
Glenn Morris
<rgm@gnu.org>
Wed, 6 Jan 2016 18:08:35 +0000
(13:08 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 6 Jan 2016 18:08:35 +0000
(13:08 -0500)
(package-test-macro-compilation): Fixup branch merge.
test/lisp/emacs-lisp/package-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/package-tests.el
b/test/lisp/emacs-lisp/package-tests.el
index 7206084f3246a588ea25ab82fc88c74f80b32dec..f8e05721255ae2d1bdc4443869b2c1c9b7634da2 100644
(file)
--- a/
test/lisp/emacs-lisp/package-tests.el
+++ b/
test/lisp/emacs-lisp/package-tests.el
@@
-244,7
+244,7
@@
Must called from within a `tar-mode' buffer."
(ert-deftest package-test-macro-compilation ()
"Install a package which includes a dependency."
- (with-package-test (:basedir "
data/package
")
+ (with-package-test (:basedir "
package-resources
")
(package-install-file (expand-file-name "macro-problem-package-1.0/"))
(require 'macro-problem)
;; `macro-problem-func' uses a macro from `macro-aux'.